CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - tsp 遗传算法 matlab

搜索资源列表

  1. TSP

    0下载:
  2. 人工智能利用遗传算法求解TSP问题,在matlab中实现-AI TSP problem using genetic algorithm, implemented in matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:689826
    • 提供者:朱明
  1. TSP-GA

    0下载:
  2. 基于遗传算法的TSP优化问题,用MATLAB编写而成,运行无误-TSP based on genetic algorithm optimization problem, with written in MATLAB and run correctly
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:135409
    • 提供者:zy
  1. tsp

    0下载:
  2. 在matlab环境下旅行商问题的遗传算法-In the traveling salesman problem matlab environment genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:4147
    • 提供者:天涯
  1. GA

    0下载:
  2. matlab 遗传算法求解tsp,有详细的交叉,变异说明,适合初学者-matlab genetic algorithm tsp, detailed crossover, mutation descr iption, suitable for beginners
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:4194
    • 提供者:ygy
  1. tsp

    0下载:
  2. 用matlab 来实现用遗传算法解决tsp问题。-Using matlab to achieve using genetic algorithms to solve the problem tsp.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1898
    • 提供者:布谷
  1. immune-genetic-algorithm-for-TSP

    1下载:
  2. 基于matlab的遗传免疫算法TSP的源代码,内容比较详尽。-Based on immune genetic algorithm matlab source code for TSP, a more detailed content.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:48302
    • 提供者:ivy
  1. TSP

    0下载:
  2. 用遗传算法求解TSP问题,编译环境matlab,欢迎大家下载,多多指教-With genetic algorithm TSP, compile environment matlab, welcome everybody to download, comments
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:134804
    • 提供者:she
  1. TSP-GA-MATLAB

    0下载:
  2. 用遗传算法解决TSP问题,matlab源程序-Genetic algorithm to solve TSP, Matlab source code
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:17611
    • 提供者:赵晶晶
  1. tsp

    0下载:
  2. TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序-TSP problem (also known as: traveling salesman problem, traveling salesman problem) genetic algorithm generic matlab program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1214
    • 提供者:yu hai
  1. matlab-GA-not-have-improve

    0下载:
  2. 这是可以解决tsp问题的遗传算法的matlab,产生初始群体是没采用改良圈法代码,有测试数据,可供参考学习-this is a generic algorithm for tsp
  3. 所属分类:matlab

    • 发布日期:2017-11-20
    • 文件大小:1042
    • 提供者:林永福
  1. matlab-GA-have-improve

    0下载:
  2. 这是一个采用改良圈法产生出初始群体的遗传算法,可以解决tsp问题,精度比较高,方便与没有采用改良圈法的程序进行比较-this is a generic algorithm for tsp,this algorithm adopt the improving ring algorithm to produce the init group
  3. 所属分类:matlab

    • 发布日期:2017-11-22
    • 文件大小:1049
    • 提供者:林永福
  1. Genetic-algorithm---TSP

    0下载:
  2. 基于MATLAB的遗传算法的旅行商(TSP)问题求解,TSP问题:有一个推销员,要到n个城市推销商品,他要找出一个包含所有n个城市的具有最短路程的环路。-Solving based MATLAB genetic algorithm traveling salesman problem (TSP), TSP problem: a salesman to sell goods to the n cities, he wants to find the one that contains all th
  3. 所属分类:matlab

    • 发布日期:2017-11-22
    • 文件大小:2238
    • 提供者:李先生
  1. GA-TSP

    0下载:
  2. 文档给出MATLAB源程序,关于遗传算法解决TSP问题。-Genetic algorithm to solve TSP
  3. 所属分类:matlab

    • 发布日期:2017-11-27
    • 文件大小:2884
    • 提供者:李严
  1. TSP

    0下载:
  2. Matlab实现遗传算法解决TSP问题,计算智能课程设计,程序以Oliver问题是例子,结果良好,也可以自己自己要解决的问题,贡献给大家。-Matlab genetic algorithm to solve TSP problem, Computational Intelligence curriculum design, program the Oliver problem is an example, good results can also own their own to solve
  3. 所属分类:matlab

    • 发布日期:2017-11-25
    • 文件大小:1873
    • 提供者:李小君
  1. TSP-problem-genetic-algorithm-matlab

    0下载:
  2. Tsp 问题 旅行商问题 遗传算法 可以直接使用-Tsp traveling salesman problem genetic algorithm can be used directly
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-14
    • 文件大小:3937
    • 提供者:王振华
  1. TSP-GA.zip

    0下载:
  2. 旅行商问题(TSP)是一个经典的优化组合问题,本个案列采用遗传算法来求解TSP问题,进行了选择、交叉、变异算子的设计,并通过MATLAB对算法进行了实现,附有详细的说明和代码。,The traveling salesman problem (TSP) is a classic combination optimization problem, in this case the column using a genetic algorithm to solve TSP problem select
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-06
    • 文件大小:887887
    • 提供者:ZHENG
  1. TSP---Matlab

    0下载:
  2. 将遗传算法用于旅行商问题求最佳路径的算法,程序简单易懂-The genetic algorithm for traveling salesman problem the optimal path algorithm, program is simple and easy to understand
  3. 所属分类:assembly language

    • 发布日期:2017-11-25
    • 文件大小:32363
    • 提供者:zjy
  1. GA-for-course-tsp

    0下载:
  2. 用matlab编写的用遗传算法求解TSP问题的源代码,程序简单,效率高,可靠性好-Prepared using matlab genetic algorithm for TSP source code, the program is simple, high efficiency, good reliability
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:4432
    • 提供者:晓天
  1. model

    0下载:
  2. 遗传算法matlab程序 tsp旅行商问题-matlab yuanchengxu
  3. 所属分类:Project Manage

    • 发布日期:2017-04-04
    • 文件大小:5104
    • 提供者:陈李湘
  1. TSP-MATLAB-CODE

    0下载:
  2. 用改进遗传算法求解TSP问题,并编制了完整的Matlab程序予以仿真实现.程序中选择算子采用最佳个体保存与赌轮选择相结合的策略,最后分析了最佳个体保存比例对寻优效果的影响. 更多还原-Improved genetic algorithm for TSP, and the preparation of a complete Matlab simulation program to be achieved. Program, select the operator uses the best in
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:163158
    • 提供者:王斌
« 1 2 3 4 5 67 8 9 10 11 12 13 »
搜珍网 www.dssz.com